styles.min.css

This .css file contains bootstrap.css (v3.3.7), fontawesome.css and all necessary css code/references. This .css also includes references and paths to fonts and glyph icons (Google Font, FontAwesome and Material Icons).

Include the following in the head of each HTML document:

<link href="https://s3.glo.texas.gov/uilib/css/styles.min.css" rel="stylesheet" />

jQuery

jQuery version 3.2.1 (or earlier version depending on other jQuery dependencies in your application) necessary to run UI components.

Include the following in the bottom of each HTML document before the </body> tag:

<script src="https://s3.glo.texas.gov/uilib/js/jquery-3.2.1.min.js" type="text/javascript"></script>

script.min.js

Contains bootstrap.js (v3.3.7), and all necessary JavaScript code/references for UI animations and display features except for the accordion, which requires jQuery

Include the following in the bottom of each HTML document before the </body> tag:

<script src="https://s3.glo.texas.gov/uilib/js/script.min.js" type="text/javascript"></script>